ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree.TablixRow<T> Class / Cells Field

In This Topic
    Cells Field (DataTree.TablixRow<T>)
    In This Topic
    Row cells scopes.
    Syntax
    'Declaration
     
    Public ReadOnly Cells As DataTree.Scope(Of T)()
    public readonly DataTree.Scope<T>[] Cells
    See Also